Changeset 0f5c9e1 in mod_gnutls
- Timestamp:
- Jan 21, 2015, 7:44:15 AM (8 years ago)
- Branches:
- asyncio, debian/master, debian/stretch-backports, jessie-backports, main, master, proxy-ticket, upstream
- Children:
- 859667d
- Parents:
- c4ba9722
- Files:
-
- 2 added
- 1 deleted
- 3 edited
- 1 moved
Legend:
- Unmodified
- Added
- Removed
-
Makefile.am
rc4ba9722 r0f5c9e1 8 8 NOTICE LICENSE autogen.sh 9 9 10 SUBDIRS = src 10 SUBDIRS = src t 11 11 ACLOCAL_AMFLAGS = -I m4 12 TESTS = run_tests.sh -
configure.ac
rc4ba9722 r0f5c9e1 82 82 AC_SUBST(MODULE_LIBS) 83 83 84 AC_CONFIG_FILES([Makefile src/Makefile include/mod_gnutls.h])84 AC_CONFIG_FILES([Makefile src/Makefile t/Makefile include/mod_gnutls.h]) 85 85 AC_OUTPUT 86 86 -
t/README
rc4ba9722 r0f5c9e1 11 11 ================= 12 12 13 from the top level of the source, just run: 13 from the top level of the source, or from t/ (where this README is), 14 just run: 14 15 15 16 make check 16 17 17 from t/ (where this README is), just run:18 from t/ you can also run specific tests (identified by number) with: 18 19 19 make 20 21 also from t/ you can also run specific tests (identified by number) 22 with: 23 24 make t-3 20 make -f TestMakefile t-3 25 21 26 22 This should be handy when you're just trying to experiment with a new
Note: See TracChangeset
for help on using the changeset viewer.