Commit graph

129 commits

Author SHA1 Message Date
Snaipe
d9af4fc614 Removed legacy Makefile.am 2015-09-09 02:42:00 +02:00
Snaipe
df8035e484 Refactored sample CMakeLists 2015-09-09 01:47:10 +02:00
Snaipe
f020119319 Added comparison test for all failure messages 2015-09-09 01:31:33 +02:00
Snaipe
d6ef9f61ad Improved assert messages 2015-09-09 01:29:20 +02:00
Snaipe
a8ecd27427 Updated asserts sample 2015-09-08 23:56:19 +02:00
Snaipe
ae429f9bd2 Fixed comparison tests to reflect the API change 2015-09-08 19:22:28 +02:00
Snaipe
4d114fdd38 Changed the assert interface to accept a format string 2015-09-08 18:49:24 +02:00
Snaipe
b8374bca16 [Issue #36] Added throw assertions 2015-09-07 20:09:28 +02:00
Snaipe
afad78c433 Added generated datapoints theory sample 2015-09-07 18:03:05 +02:00
Snaipe
60760092b4 Fixed __VA_ARG__ warnings & added -pedantic to c++ samples 2015-09-07 10:22:37 +02:00
Snaipe
17cd3c6509 Removed bogus assert in asserts.{c,cc} samples 2015-09-07 08:45:38 +02:00
Snaipe
47d1293303 Made the theory interface C++11-compatible 2015-09-07 08:22:02 +02:00
Snaipe
18f218f4df Revert "Removed report.cc from MinGW build on appveyor"
This reverts commit 20d5f6fe59.
2015-09-07 05:42:25 +02:00
Snaipe
20d5f6fe59 Removed report.cc from MinGW build on appveyor 2015-09-07 03:57:00 +02:00
Snaipe
fd9cf1755a Added missing .cc samples 2015-09-07 02:00:03 +02:00
Snaipe
b9292bb42d Temporarily removed -pedantic from c++ samples 2015-09-07 01:58:15 +02:00
Snaipe
496710164e Refactored samples for cmake compilation 2015-09-07 01:56:38 +02:00
Snaipe
416b034fe1 Made the interface C++11-compatible 2015-09-07 01:15:31 +02:00
Adeel
54ba0135d4 Repo: Mutes a modifier mismatch warning.
* Also added `CMakeFiles/` dir to `.gitignore` and updated README.
2015-09-06 20:08:49 +03:00
Snaipe
6b91180c9a Disabled comparison tests for MSVC builds 2015-09-06 03:29:41 +02:00
Snaipe
af45e407bb Removed script-based tests when building with visual studio 2015-09-06 02:49:10 +02:00
Snaipe
4aa7c07295 Made the samples compile with MSVC 2015-09-06 00:37:30 +02:00
Snaipe
29befaf779 Added better parameter formatting for theories & added bool theory parameter to misc sample 2015-09-04 16:39:40 +02:00
Snaipe
9e3196f737 Made the misc theory test fail to test parameter formatting 2015-09-04 15:57:02 +02:00
Snaipe
e1e332e38b Added a test for various theory parameters 2015-09-04 15:52:54 +02:00
Snaipe
2bc980a39a Added better coverage report for theories 2015-09-04 14:59:42 +02:00
Snaipe
5d25030a6c [Issue #31] Merge branch 'features/theories' into bleeding 2015-09-03 19:00:15 +02:00
Snaipe
029b5e43c3 Added better theory sample 2015-09-03 14:29:46 +02:00
Snaipe
c9501805b6 Added support for theories 2015-09-03 06:38:44 +02:00
Snaipe
b940ad3790 [Issue #32] Added ability to test the exit status of a test. 2015-09-01 19:09:11 +02:00
Snaipe
883088e2a5 Added conditional pattern test activation 2015-08-21 00:26:51 +02:00
Snaipe
d6888c4ac6 Fixed comparison tests for scripts 2015-08-21 00:21:48 +02:00
Snaipe
b7528a9542 Fixed duplicated output when writing in PRE_ALL report hook with a redirected output 2015-08-20 19:56:23 +02:00
Snaipe
ad1338e768 Fixed line endings before comparing outputs 2015-08-20 18:16:04 +02:00
Snaipe
0d85790a9d Fixed locale use to be en_US.utf8 in expected test output 2015-08-20 17:47:02 +02:00
Snaipe
880c75746f Fixed comparison tests depending on absolute paths 2015-08-20 17:41:12 +02:00
Snaipe
9db9b5776a Added output comparison tests to prevent regressions 2015-08-20 07:35:05 +02:00
Snaipe
d07ad6a149 Added more tests and fixed some border-case errors on the extglob translator 2015-08-04 18:20:06 +02:00
Snaipe
71a9fdf67c Added more pattern tests 2015-08-04 17:53:48 +02:00
Snaipe
0e59711eca Made all test scripts always succeed on assertion failure 2015-08-04 15:55:53 +02:00
Snaipe
1feeca65ce Fixed signal handling on windows 2015-08-04 15:20:12 +02:00
Snaipe
9fa44c1b1c Fixed libintl not being found in libc & made the test scripts call sh on
windows
2015-07-31 09:06:48 +02:00
Snaipe
1a86d27ccd Fixed cmake version & switched travis config to use containers 2015-07-29 17:22:59 +02:00
Snaipe
b20c42059b Added tests again in the build system 2015-07-29 11:58:51 +02:00
Snaipe
e48bd7c037 Switched build system to cmake 2015-07-28 19:03:46 +02:00
Snaipe
2d46006201 Changed all tests to use cr_-prefixed macros 2015-04-25 16:48:34 +02:00
Snaipe
589bcf60fd Added assert_null and structure arrays asserts 2015-04-14 19:44:30 +02:00
Snaipe
77c5e43140 Disabled RT tests when unavailable 2015-04-12 23:31:16 +02:00
Snaipe
4bcc582b83 Changed with-type to a real file for windows builds 2015-04-12 23:00:41 +02:00
Snaipe
f24033e969 Added coverage case of a skipped test with description 2015-04-12 16:56:06 +02:00