Skip to content

Commit

Permalink
(new meta tests) Submoduling in Cest.c.
Browse files Browse the repository at this point in the history
  • Loading branch information
ELLIOTTCABLE committed Mar 1, 2011
1 parent c4be8de commit b86b84e
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 2 deletions.
3 changes: 3 additions & 0 deletions .gitmodules
@@ -0,0 +1,3 @@
[submodule "Vendor/Cest.c"]
path = Vendor/Cest.c
url = git://github.com/elliottcable/Cest.c.git
4 changes: 2 additions & 2 deletions Source/Paws.tests.c
Expand Up @@ -2,15 +2,15 @@
/* This is the root “tests file.” You can use this to run all of the Paws.c tests, by compiling against `Cest.c`
* with `CEST__NO_AUTO` defined:
*
* C99 -DCEST__NO_AUTO ../Cest.c/Source/Cest.c -ISource \
* C99 -DCEST__NO_AUTO Vendor/Cest.c/Source/Cest.c -IVendor -ISource \
* Source/Types/fork/fork.tests.c \
* Source/Paws.tests.c \
* && ./Paws.tests.o
*
*/

# define DECLARATIONS
# include "../../Cest.c/Source/Cest.c"
# include "Cest.c/Source/Cest.c"
# undef DECLARATIONS

// This simply constructs the Paws environment (incase you’re not building on `clang` and
Expand Down
1 change: 1 addition & 0 deletions Vendor/Cest.c
Submodule Cest.c added at 7f0159

0 comments on commit b86b84e

Please sign in to comment.