mirror of
https://github.com/janet-lang/janet
synced 2025-01-09 23:20:26 +00:00
12 lines
244 B
C
12 lines
244 B
C
|
#ifndef TESTS_H_DNMBUYYL
|
||
|
#define TESTS_H_DNMBUYYL
|
||
|
|
||
|
/* Tests */
|
||
|
extern int array_test();
|
||
|
extern int buffer_test();
|
||
|
extern int number_test();
|
||
|
extern int system_test();
|
||
|
extern int table_test();
|
||
|
|
||
|
#endif /* end of include guard: TESTS_H_DNMBUYYL */
|