Skip to content

Commit

Permalink
Avoid more C++ tests.
Browse files Browse the repository at this point in the history
  • Loading branch information
Roland McGrath committed Mar 4, 2015
1 parent e4693aa commit e27176e
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 3 deletions.
2 changes: 2 additions & 0 deletions ChangeLog
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,8 @@
(tests, tests-static): Likewise for tst-cancel24-static.
* debug/Makefile (tests): Likewise for tst-chk4, tst-chk5, tst-chk6,
tst-lfschk4, tst-lfschk5, and tst-lfschk6.
* elf/Makefile (tests, modules-names): Likewise for tst-unique3,
tst-unique3lib, tst-unique3lib2, tst-unique4, and tst-unique4lib.

2015-03-04 Andreas Schwab <schwab@suse.de>

Expand Down
5 changes: 2 additions & 3 deletions elf/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -144,7 +144,7 @@ tests += loadtest restest1 preloadtest loadfail multiload origtest resolvfail \
unload3 unload4 unload5 unload6 unload7 unload8 tst-global1 order2 \
tst-audit1 tst-audit2 tst-audit8 tst-audit9 \
tst-stackguard1 tst-addr1 tst-thrlock \
tst-unique1 tst-unique2 tst-unique3 tst-unique4 \
tst-unique1 tst-unique2 $(if $(CXX),tst-unique3 tst-unique4) \
tst-initorder tst-initorder2 tst-relsort1 tst-null-argv \
tst-ptrguard1
# reldep9
Expand Down Expand Up @@ -205,8 +205,7 @@ modules-names = testobj1 testobj2 testobj3 testobj4 testobj5 testobj6 \
tst-unique1mod1 tst-unique1mod2 \
tst-unique2mod1 tst-unique2mod2 \
tst-auditmod9a tst-auditmod9b \
tst-unique3lib tst-unique3lib2 \
tst-unique4lib \
$(if $(CXX),tst-unique3lib tst-unique3lib2 tst-unique4lib) \
tst-initordera1 tst-initorderb1 \
tst-initordera2 tst-initorderb2 \
tst-initordera3 tst-initordera4 \
Expand Down

0 comments on commit e27176e

Please sign in to comment.