merge
This commit is contained in:
commit
8648891d4a
2
run.sh
2
run.sh
|
@ -8,5 +8,5 @@ set -eu
|
|||
#
|
||||
|
||||
CODE_DIR=$(pwd)
|
||||
cd ${DETHRACE_ROOT_DIR}
|
||||
ln -s $CODE_DIR ${DETHRACE_ROOT_DIR}
|
||||
${CODE_DIR}/src/DETHRACE/build/c1
|
||||
|
|
|
@ -15,6 +15,8 @@
|
|||
|
||||
#define debug(format_, ...) fprintf(stderr, format_, __VA_ARGS__)
|
||||
|
||||
#define debug(format_, ...) fprintf(stderr, format_, __VA_ARGS__)
|
||||
|
||||
extern void test_utility_suite();
|
||||
extern void test_loading_suite();
|
||||
extern void test_controls_suite();
|
||||
|
|
Loading…
Reference in New Issue