From fc917fe303cd8c4f11a9953bcdb76c88034c0ca4 Mon Sep 17 00:00:00 2001 From: Howard Hinnant Date: Mon, 25 Sep 2017 19:28:04 -0400 Subject: [PATCH] Port testit to new directory structure --- test/testit | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/test/testit b/test/testit index 4feb9ba..21ec3a2 100755 --- a/test/testit +++ b/test/testit @@ -48,7 +48,10 @@ if [ -z "$CXX_LANG" ] then CXX_LANG=c++14 fi -OPTIONS="-std=${CXX_LANG} $OPTIONS -I$ROOT -Wall $ROOT/tz.cpp -lcurl" +OPTIONS="-std=${CXX_LANG} $OPTIONS -I$ROOT -Wall $ROOT/src/tz.cpp -lcurl" + +echo $ROOT +HEADER_INCLUDE="-I$ROOT/include -I$ROOT/include/date" case $TRIPLE in *-*-mingw* | *-*-cygwin* | *-*-win*)