Introduce structure to the test/ directory

This introduces a clear separation between test data and test
binaries. Test data is moved into test/data, and the test binaries
move into test/src. A new CMake script specific to building the
tests is introduced in /test to slightly clean up the toplevel
one.

As well as tidying things up, this makes the next step trivial...
This commit is contained in:
Chris Kitching 2016-05-11 01:25:54 +01:00
parent 4e6aacda36
commit af76508fe7
No known key found for this signature in database
GPG key ID: 332E9EC8C8C33B2D
87 changed files with 103 additions and 98 deletions

View file

@ -0,0 +1 @@
[null]

View file

@ -0,0 +1 @@
[true]

View file

@ -0,0 +1 @@
[false]

View file

@ -0,0 +1 @@
[0]

View file

@ -0,0 +1 @@
["foo"]

View file

@ -0,0 +1 @@
[]

View file

@ -0,0 +1 @@
{}

View file

@ -0,0 +1 @@
[0,1]

View file

@ -0,0 +1 @@
{"foo":"bar"}

View file

@ -0,0 +1 @@
{"a":null,"foo":"bar"}

View file

@ -0,0 +1 @@
[-1]

View file

@ -0,0 +1 @@
[-2147483648]

View file

@ -0,0 +1 @@
[-1234567890123456789]

View file

@ -0,0 +1 @@
[-9223372036854775808]

View file

@ -0,0 +1 @@
[1]

View file

@ -0,0 +1 @@
[2147483647]

View file

@ -0,0 +1 @@
[4294967295]

View file

@ -0,0 +1 @@
[1234567890123456789]

View file

@ -0,0 +1 @@
[9223372036854775807]

View file

@ -0,0 +1 @@
[0.0]

View file

@ -0,0 +1 @@
[-0.0]

View file

@ -0,0 +1 @@
[1.2345]

View file

@ -0,0 +1 @@
[-1.2345]

View file

@ -0,0 +1 @@
[5e-324]

View file

@ -0,0 +1 @@
[2.225073858507201e-308]

View file

@ -0,0 +1 @@
[2.2250738585072014e-308]

View file

@ -0,0 +1 @@
[1.7976931348623157e308]

View file

@ -0,0 +1 @@
[4.940656458412e-324]

View file

@ -0,0 +1 @@
[2.2250738585072e-308]

View file

@ -0,0 +1 @@
[1.2345E-30]

View file

@ -0,0 +1 @@
[1.2345E+30]

View file

@ -0,0 +1 @@
[1.2345e+30]