diff options
author | Ryan Tandy <ryan@nardis.ca> | 2012-02-26 20:24:23 -0800 |
---|---|---|
committer | Ryan Tandy <ryan@nardis.ca> | 2012-02-26 20:24:23 -0800 |
commit | d4d577213b938db75005f88b5085db1874c4eb51 (patch) | |
tree | 3067f29990f0e8ba23db78f0b4038cdb4112cb65 /test | |
parent | 74a3fd2430abc1129ecb7663e2a4914336b26501 (diff) | |
download | mirror-meh-d4d577213b938db75005f88b5085db1874c4eb51.tar.gz mirror-meh-d4d577213b938db75005f88b5085db1874c4eb51.tar.bz2 mirror-meh-d4d577213b938db75005f88b5085db1874c4eb51.zip |
make tests build again
Diffstat (limited to 'test')
-rw-r--r-- | test/test.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/test/test.c b/test/test.c index 926d5c2..82e450b 100644 --- a/test/test.c +++ b/test/test.c @@ -3,6 +3,7 @@ #include "sys/time.h" #include "../src/meh.h" +#include "../src/scale.h" #define TESTRUNS 20 #define STARTTEST(name) int test_##name(){ testname = #name; testsrun++; do |