diff options
author | Waldemar Brodkorb <wbx@openadk.org> | 2015-03-29 04:43:37 -0500 |
---|---|---|
committer | Waldemar Brodkorb <wbx@openadk.org> | 2015-04-13 00:26:39 -0500 |
commit | 08a82b3d60c36abdf28585e1b421f27431ef2452 (patch) | |
tree | 358cae04501b96b22f9cf7cac83db0bdb59188c0 /test/silly/Makefile.in | |
parent | 50f076d01c77d8782c455349d702507255abdc9d (diff) |
disable new tests, atomic.h is missing
Diffstat (limited to 'test/silly/Makefile.in')
-rw-r--r-- | test/silly/Makefile.in | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/test/silly/Makefile.in b/test/silly/Makefile.in index 9bb4032b5..2114d4d2e 100644 --- a/test/silly/Makefile.in +++ b/test/silly/Makefile.in @@ -5,4 +5,4 @@ RET_hello := 42 RET_tiny := 42 # missing internal headers, disable these -GLIBC_TESTS_DISABLED := tst-atomic_glibc tst-atomic-long_glibc +TESTS_DISABLED := tst-atomic tst-atomic-long |