test: remove indirect script for json.test

This commit is contained in:
Danny Robson 2014-09-03 18:35:28 +10:00
parent 332264a5be
commit 9bd80ab85c
4 changed files with 2 additions and 10 deletions

View File

@ -256,6 +256,6 @@ AC_CONFIG_FILES([
Doxyfile
Makefile
test/Makefile
test/json.test.actual
])
AC_CONFIG_FILES([test/json.test], [chmod a+x test/json.test])
AC_OUTPUT

2
test/.gitignore vendored
View File

@ -5,7 +5,7 @@
/float
/hton
/ip
/json.test.actual
/json.test
/json/types
/*.log
/maths/maths

View File

@ -1,8 +0,0 @@
#!/bin/sh
## This is just an ugly hack to pass execution from a known exectuable
## application to the test application. config.status won't preserve
## executable bits on the new file, so we can't just use the generated test
## application directly.
/bin/sh `dirname $0`/json.test.actual "$@"