mirror of
https://github.com/anrieff/libcpuid
synced 2024-11-20 23:01:51 +00:00
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
This commit is contained in:
parent
1fe4c2150d
commit
b20d0254de
3 changed files with 3 additions and 1 deletions
|
@ -1,4 +1,4 @@
|
||||||
SUBDIRS = libcpuid cpuid_tool
|
SUBDIRS = libcpuid cpuid_tool tests
|
||||||
|
|
||||||
pkgconfigdir = $(libdir)/pkgconfig
|
pkgconfigdir = $(libdir)/pkgconfig
|
||||||
|
|
||||||
|
|
|
@ -42,6 +42,7 @@ AC_CONFIG_FILES([
|
||||||
libcpuid.pc
|
libcpuid.pc
|
||||||
libcpuid/Makefile
|
libcpuid/Makefile
|
||||||
cpuid_tool/Makefile
|
cpuid_tool/Makefile
|
||||||
|
tests/Makefile
|
||||||
])
|
])
|
||||||
AC_OUTPUT
|
AC_OUTPUT
|
||||||
|
|
||||||
|
|
1
tests/Makefile.am
Normal file
1
tests/Makefile.am
Normal file
|
@ -0,0 +1 @@
|
||||||
|
EXTRA_DIST = run_tests.py tests_stash.txt
|
Loading…
Reference in a new issue