Skip to content

Commit

Permalink
Clean up c-tests
Browse files Browse the repository at this point in the history
* Remove unused files
* Change some names for consistency
  • Loading branch information
jeanlucf22 authored and nicolasbock committed Apr 7, 2022
1 parent 9acac34 commit 986ac31
Show file tree
Hide file tree
Showing 15 changed files with 6 additions and 69 deletions.
8 changes: 4 additions & 4 deletions tests/C-tests/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -27,8 +27,8 @@ set(SOURCES_TYPED
set_element_typed.c
set_row_typed.c
submatrix_matrix_typed.c
test_bml_gemm_typed.c
test_trace_mult_typed.c
bml_gemm_typed.c
trace_mult_typed.c
threshold_matrix_typed.c
trace_matrix_typed.c
transpose_matrix_typed.c)
Expand Down Expand Up @@ -76,8 +76,8 @@ add_executable(bml-test
set_element.c
set_row.c
submatrix_matrix.c
test_bml_gemm.c
test_trace_mult.c
bml_gemm.c
trace_mult.c
threshold_matrix.c
trace_matrix.c
transpose_matrix.c)
Expand Down
File renamed without changes.
File renamed without changes.
File renamed without changes.
4 changes: 2 additions & 2 deletions tests/C-tests/bml_test.h
Original file line number Diff line number Diff line change
Expand Up @@ -35,9 +35,9 @@ typedef int (
#include "scale_matrix.h"
#include "set_row.h"
#include "submatrix_matrix.h"
#include "test_bml_gemm.h"
#include "bml_gemm.h"
#include "set_element.h"
#include "test_trace_mult.h"
#include "trace_mult.h"
#include "threshold_matrix.h"
#include "trace_matrix.h"
#include "transpose_matrix.h"
Expand Down
24 changes: 0 additions & 24 deletions tests/C-tests/test_driver.c

This file was deleted.

6 changes: 0 additions & 6 deletions tests/C-tests/test_element_multiply.c

This file was deleted.

7 changes: 0 additions & 7 deletions tests/C-tests/test_element_multiply.h

This file was deleted.

6 changes: 0 additions & 6 deletions tests/C-tests/test_multiply.c

This file was deleted.

7 changes: 0 additions & 7 deletions tests/C-tests/test_multiply.h

This file was deleted.

6 changes: 0 additions & 6 deletions tests/C-tests/test_multiply_x2.c

This file was deleted.

7 changes: 0 additions & 7 deletions tests/C-tests/test_multiply_x2.h

This file was deleted.

File renamed without changes.
File renamed without changes.
File renamed without changes.

0 comments on commit 986ac31

Please sign in to comment.