Browse Source

Remove unneeded test config.

Roberto Ostinelli 5 years ago
parent
commit
555c5bb8d5
2 changed files with 0 additions and 16 deletions
  1. 0 12
      test/syn-test.config
  2. 0 4
      test/syn_test_suite_helper.erl

+ 0 - 12
test/syn-test.config

@@ -1,12 +0,0 @@
-%%%===================================================================
-%%% Syn - TEST CONFIGURATION FILE
-%%%===================================================================
-
-[
-
-%% Syn config
-    {syn, [
-
-    ]}
-
-].

+ 0 - 4
test/syn_test_suite_helper.erl

@@ -35,10 +35,6 @@
 %% internal
 -export([process_main/0]).
 
-%% macros
--define(SYN_TEST_CONFIG_FILENAME, "syn-test.config").
-
-
 %% ===================================================================
 %% API
 %% ===================================================================