Skip to content

Commit c4c8879

Browse files
committed
Start EB Test Template
1 parent 8c8a6b7 commit c4c8879

File tree

1 file changed

+14
-0
lines changed

1 file changed

+14
-0
lines changed

tests/test_eb.py

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,14 @@
1+
# -*- coding: utf-8 -*-
2+
3+
import pytest
4+
5+
import amrex.space3d as amr
6+
7+
8+
@pytest.mark.skipif(not amr.Config.have_eb, reason="Requires -DAMReX_EB=ON")
9+
def test_makeEBFab():
10+
pass
11+
12+
# TODO:
13+
# EB2_Build(...)
14+
# makeEBFabFactory(...)

0 commit comments

Comments
 (0)