diff options
author | David Sommerseth <davids@redhat.com> | 2009-12-10 19:52:35 +0100 |
---|---|---|
committer | David Sommerseth <davids@redhat.com> | 2009-12-10 19:52:35 +0100 |
commit | 38537193a62d45db108527d242988f6dc13793af (patch) | |
tree | 0bfe12a66334a66ed06ca0b7776f51fd8c580dd2 /unit-tests/demo.h | |
parent | 734eed972d6065f8b71590b95b9a2f97573a2dcf (diff) | |
download | python-dmidecode-38537193a62d45db108527d242988f6dc13793af.tar.gz python-dmidecode-38537193a62d45db108527d242988f6dc13793af.tar.xz python-dmidecode-38537193a62d45db108527d242988f6dc13793af.zip |
Removed not needed code and fixed Makefile to run test unit test
Diffstat (limited to 'unit-tests/demo.h')
-rw-r--r-- | unit-tests/demo.h | 14 |
1 files changed, 0 insertions, 14 deletions
diff --git a/unit-tests/demo.h b/unit-tests/demo.h deleted file mode 100644 index 21a5468..0000000 --- a/unit-tests/demo.h +++ /dev/null @@ -1,14 +0,0 @@ -#include <Python.h> -#include <stdio.h> -#include <string.h> -#include <assert.h> - -#include <libxml/tree.h> -#include "libxml_wrap.h" - -#include "dmixml.h" - -extern PyObject* demo_dump(void); -PyMODINIT_FUNC initdemomodule(void); -PyObject* demo_dump_doc(void); -PyObject* demo_dump_node(void); |