test: Remove library directory creating functions

Changes to the collections layer mean that I don't need this anymore.

Signed-off-by: Anna Schumaker <Anna@OcarinaProject.net>
This commit is contained in:
Anna Schumaker 2015-12-09 07:59:17 -05:00
parent 94f22c9fc5
commit 3ecb06bcb6
2 changed files with 0 additions and 12 deletions

View File

@ -102,7 +102,5 @@ void test_cp_data_dir();
void test_rm_data_dir();
gchar *test_data_file(const gchar *);
bool test_data_file_exists(const gchar *);
void test_generate_library();
void test_rm_library_dirs();
#endif /* OCARINA_TESTS_TEST_H */

View File

@ -169,16 +169,6 @@ out:
g_free(path);
}
void test_generate_library()
{
system("tests/gen_library.sh");
}
void test_rm_library_dirs()
{
system("rm -r /tmp/ocarina/dir2 /tmp/ocarina/dir4");
}
int main(int argc, char **argv)
{
unsigned int i;