This is the mail archive of the libstdc++@gcc.gnu.org mailing list for the libstdc++ project.
| Index Nav: | [Date Index] [Subject Index] [Author Index] [Thread Index] | |
|---|---|---|
| Message Nav: | [Date Prev] [Date Next] | [Thread Prev] [Thread Next] |
| Other format: | [Raw text] | |
a curiosity: why, having build the library, 'make check-performance' only works from libstdc++-v3/testsuite, whereas 'make check' works fine from the libstdc++-v3 directory itself?
I was trying to keep all the extra check targets in the testsuite/Makefile.am file. I think this makes sense, as it localizes the testsuite bits in the correct place.
It's just that sometimes I feel *very* lazy ;) and would rather prefer
doing everything from libstdc++-v3 ('make clean', 'make CXXFLAGS="...',
'make check', 'make check-performance' and so on...)| Index Nav: | [Date Index] [Subject Index] [Author Index] [Thread Index] | |
|---|---|---|
| Message Nav: | [Date Prev] [Date Next] | [Thread Prev] [Thread Next] |