libabigail/tests
Jan Engelhardt 112432bbd2 Fix conditional build wrt zip archives and cx11
Revert 1b4e3844e9. Automake does support
nested conditionals just fine.  One just has to use the += operator.

This also fixes the problem:

	./configure: line 15878: ENABLE_ZIP_ARCHIVE_AND_CXX11:
	command not found

caused by bad syntax:

	ENABLE_ZIP_ARCHIVE_AND_CXX11 = yes

(Variable assignments must not use spaces around '=').

	* configure.ac: remove (broken) assignment to the
	ENABLE_ZIP_ARCHIVE_AND_CXX11 variable
	* Makefile.am: replace variable assignments to
	ZIP_ARCHIVE_TESTS_FIRST_PART, ZIP_ARCHIVE_TESTS_SECOND_PART
	by ZIP_ARCHIVE_TESTS using the "+=" automake operator.
	Likewise for CXX11_TESTS.

Signed-off-by: Jan Engelhardt <jengelh@inai.de>
Signed-off-by: Dodji Seketeli <dodji@redhat.com>
2014-12-10 14:35:55 +01:00
..
data Make determining of compatible types complete 2014-12-10 08:02:32 +01:00
Makefile.am Fix conditional build wrt zip archives and cx11 2014-12-10 14:35:55 +01:00
print-diff-tree.cc Implement generic diff tree walking and port categorization over it 2014-10-10 13:18:04 +02:00
test-abicompat.cc Wire the soname check into abicompat 2014-12-08 13:47:00 +01:00
test-abidiff.cc Make the use of a C++-11 compiler optional 2014-11-05 10:45:07 +01:00
test-alt-dwarf-file.cc Rename bi* tools to abi* tools 2014-09-26 10:58:16 +02:00
test-core-diff.cc Fix further reaching reverse path calculation in core diff algo 2014-02-10 15:51:09 +01:00
test-diff2.cc Update copyright notice for tests/test-diff2.cc 2014-10-10 13:17:35 +02:00
test-diff-dwarf.cc Fix classification of parameter addition in C 2014-12-09 13:10:58 +01:00
test-diff-filter.cc Make determining of compatible types complete 2014-12-10 08:02:32 +01:00
test-diff-suppr.cc Initial support for variable suppressions 2014-11-01 12:22:08 +01:00
test-dot.cc Correct DOT merge. 2013-07-23 23:13:55 +02:00
test-ir-walker.cc Rename test-walker.cc into test-ir-walker.cc 2014-03-27 13:01:17 +01:00
test-lookup-syms.cc Rename bi* tools to abi* tools 2014-09-26 10:58:16 +02:00
test-read-dwarf.cc Yet another fix to the DWARF method "static-ness" detection heuristic 2014-10-16 23:49:41 +02:00
test-read-write.cc Fix a crash while writing symbol information 2014-12-07 17:25:26 +01:00
test-svg.cc Add svg generation. 2013-07-23 23:13:54 +02:00
test-utils.cc Initial version of an archive manipulation program: biar 2013-08-29 17:08:47 +02:00
test-utils.h Initial version of an archive manipulation program: biar 2013-08-29 17:08:47 +02:00
test-write-read-archive.cc Add a symbol database to the ABI Corpus & support symbol aliases 2014-05-28 16:33:35 +02:00