summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDan Goodliffe <dan@randomdan.homeip.net>2015-07-25 02:57:40 +0100
committerDan Goodliffe <dan@randomdan.homeip.net>2015-07-25 02:57:40 +0100
commit72446eb7ff43136533f4eaa4be844313bcc0c9ee (patch)
treeea14ffd3990870a4ed74029da45c3056b9f68f7d
parentVisibility hidden and release lto (diff)
downloadlibjsonpp-72446eb7ff43136533f4eaa4be844313bcc0c9ee.tar.bz2
libjsonpp-72446eb7ff43136533f4eaa4be844313bcc0c9ee.tar.xz
libjsonpp-72446eb7ff43136533f4eaa4be844313bcc0c9ee.zip
Rename test cases, parsing specific
-rw-r--r--libjsonpp/Jamfile.jam4
-rw-r--r--libjsonpp/testParse.cpp (renamed from libjsonpp/test1.cpp)0
2 files changed, 2 insertions, 2 deletions
diff --git a/libjsonpp/Jamfile.jam b/libjsonpp/Jamfile.jam
index 1f01b09..cfbb48e 100644
--- a/libjsonpp/Jamfile.jam
+++ b/libjsonpp/Jamfile.jam
@@ -28,7 +28,7 @@ lib jsonpp :
;
run
- test1.cpp
+ testParse.cpp
pch
: : :
<define>ROOT=\"$(me)\"
@@ -38,7 +38,7 @@ run
<library>boost_system
<library>boost_filesystem
:
- test1
+ testParse
;
package.install install : <install-source-root>. : : jsonpp : [ glob *.h ] ;
diff --git a/libjsonpp/test1.cpp b/libjsonpp/testParse.cpp
index fd98c44..fd98c44 100644
--- a/libjsonpp/test1.cpp
+++ b/libjsonpp/testParse.cpp