From b20d0254de8b01d1feabd7d32e75166874560615 Mon Sep 17 00:00:00 2001 From: Veselin Georgiev Date: Tue, 13 Jan 2009 18:33:28 +0000 Subject: [PATCH] Added the unit tests to the tarball distribution git-svn-id: https://svn.code.sf.net/p/libcpuid/code/HEAD/libcpuid@51 3b4be424-7ac5-41d7-8526-f4ddcb85d872 --- Makefile.am | 2 +- configure.ac | 1 + tests/Makefile.am | 1 + 3 files changed, 3 insertions(+), 1 deletion(-) create mode 100644 tests/Makefile.am diff --git a/Makefile.am b/Makefile.am index ab18b15..03779e6 100644 --- a/Makefile.am +++ b/Makefile.am @@ -1,4 +1,4 @@ -SUBDIRS = libcpuid cpuid_tool +SUBDIRS = libcpuid cpuid_tool tests pkgconfigdir = $(libdir)/pkgconfig diff --git a/configure.ac b/configure.ac index ea0e5e8..75cd6d7 100644 --- a/configure.ac +++ b/configure.ac @@ -42,6 +42,7 @@ AC_CONFIG_FILES([ libcpuid.pc libcpuid/Makefile cpuid_tool/Makefile + tests/Makefile ]) AC_OUTPUT diff --git a/tests/Makefile.am b/tests/Makefile.am new file mode 100644 index 0000000..163910d --- /dev/null +++ b/tests/Makefile.am @@ -0,0 +1 @@ +EXTRA_DIST = run_tests.py tests_stash.txt