More install-tests, part 2.
diff --git a/ChangeLog b/ChangeLog index cf4bc57..359d160 100644 --- a/ChangeLog +++ b/ChangeLog
@@ -4,6 +4,7 @@ * install-tests/test-api.c: New file. * install-tests/Makefile.in (installcheck): Compile and run test-api. (SOURCE_FILES): Add test-api.c. + (clean): Remove test-api. 2025-06-09 Bruno Haible <bruno@clisp.org>
diff --git a/install-tests/Makefile.in b/install-tests/Makefile.in index e480ad0..e4956c8 100644 --- a/install-tests/Makefile.in +++ b/install-tests/Makefile.in
@@ -32,7 +32,7 @@ mostlyclean : clean clean : force - $(RM) test-version test-version$(EXEEXT) + $(RM) test-version test-version$(EXEEXT) test-api test-api$(EXEEXT) distclean : clean $(RM) Makefile