mirror of
https://github.com/janet-lang/janet
synced 2025-01-09 15:10:27 +00:00
00a47dc0cb
The layout should actually be very similar to the old layout, but the code will be much easier to change and should be more portable.
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 */
|