Skip to content

Commit 9ddcdbf

Browse files
committed
Features/spec groups (#8)
* Support for linking and single executable tests * Add support for and test against MSVCC (#7) * Initial AppVeyor config * Alter CMakeLists to accomodate MSVC * AppVeyor enable submodule init * Add ciso646 include for macro constants * Working build on Windows 10 * Add AppVeyor shield to README * Add pragmas and fix styling issues * Fix build errors and remove spec_group_t
1 parent 1e7cece commit 9ddcdbf

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

41 files changed

+4381
-297
lines changed

.gitmodules

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[submodule "include/cxx-prettyprint"]
22
path = include/cxx-prettyprint
3-
url = https://github.com/louisdx/cxx-prettyprint.git
3+
url = https://github.com/toroidal-code/cxx-prettyprint.git
44
[submodule "include/optional"]
55
path = include/optional
66
url = https://github.com/akrzemi1/Optional

.travis.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ before_script:
1818

1919
script:
2020
- make
21-
- make spec
21+
- ./spec/spec_runner
2222

2323
os:
2424
- linux

0 commit comments

Comments
 (0)