mirror of
https://git.savannah.gnu.org/git/gnulib.git
synced 2025-08-08 17:22:05 +03:00
* modules/libgmp-mpz: Renamed from modules/libgmp. * modules/libgmp: New file. * modules/libgmp-mpz-tests: Renamed from modules/libgmp-tests. * tests/test-libgmp-mpz.c: Renamed from tests/test-libgmp.c.
15 lines
202 B
Plaintext
15 lines
202 B
Plaintext
Files:
|
|
tests/macros.h
|
|
tests/test-libgmp-mpz.c
|
|
|
|
Depends-on:
|
|
assert-h
|
|
c99
|
|
|
|
configure.ac:
|
|
|
|
Makefile.am:
|
|
TESTS += test-libgmp-mpz
|
|
check_PROGRAMS += test-libgmp-mpz
|
|
test_libgmp_mpz_LDADD = $(LDADD) @LIBGMP@
|