diff options
author | Florian Weimer <fweimer@redhat.com> | 2017-12-04 20:54:24 +0100 |
---|---|---|
committer | Florian Weimer <fweimer@redhat.com> | 2017-12-04 20:56:08 +0100 |
commit | 934855246d5dbc0d454ceef5f89ad1b7e4c1db35 (patch) | |
tree | 186b87225ea1222e8d6ac501b4c92c99d7714225 /support/Makefile | |
parent | 96b06a19e602557bfa668ad9c1a9f29044d3e774 (diff) | |
download | glibc-934855246d5dbc0d454ceef5f89ad1b7e4c1db35.tar glibc-934855246d5dbc0d454ceef5f89ad1b7e4c1db35.tar.gz glibc-934855246d5dbc0d454ceef5f89ad1b7e4c1db35.tar.bz2 glibc-934855246d5dbc0d454ceef5f89ad1b7e4c1db35.zip |
support: Add TEST_COMPARE macro
Diffstat (limited to 'support/Makefile')
-rw-r--r-- | support/Makefile | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/support/Makefile b/support/Makefile index 384fecb65a..bb81825fc2 100644 --- a/support/Makefile +++ b/support/Makefile @@ -54,6 +54,7 @@ libsupport-routines = \ support_record_failure \ support_run_diff \ support_shared_allocate \ + support_test_compare_failure \ support_write_file_string \ support_test_main \ support_test_verify_impl \ @@ -143,6 +144,7 @@ tests = \ tst-support_capture_subprocess \ tst-support_format_dns_packet \ tst-support_record_failure \ + tst-test_compare \ tst-xreadlink \ ifeq ($(run-built-tests),yes) |