aboutsummaryrefslogtreecommitdiffstats
path: root/test/test.c
diff options
context:
space:
mode:
authorJohn Hawthorn <john.hawthorn@gmail.com>2012-03-18 17:26:54 -0700
committerJohn Hawthorn <john.hawthorn@gmail.com>2012-03-18 17:26:54 -0700
commitf3f8d7f3003d522007bcbeba55d200cccc691b58 (patch)
tree65b1efdb03969949dff2a9335a7e92d9803fc91d /test/test.c
parent74a3fd2430abc1129ecb7663e2a4914336b26501 (diff)
parentfe733cabf146c5321f2c9372ec4d006392238018 (diff)
downloadmirror-meh-f3f8d7f3003d522007bcbeba55d200cccc691b58.tar.gz
mirror-meh-f3f8d7f3003d522007bcbeba55d200cccc691b58.tar.bz2
mirror-meh-f3f8d7f3003d522007bcbeba55d200cccc691b58.zip
Merge pull request #4 from rtandy/tests
make tests build again, again
Diffstat (limited to 'test/test.c')
-rw-r--r--test/test.c1
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