Add rudimentary tests

This commit is contained in:
2023-06-22 17:24:35 +02:00
parent ea492c9ab9
commit bf23b2c175
6 changed files with 47 additions and 22 deletions

6
test/runtests.jl Normal file
View File

@ -0,0 +1,6 @@
using MetagraphOptimization
using Test
include("known_graphs.jl")
test_known_graphs()