Skip to content

Commit

Permalink
new pythena test inside the old agui
Browse files Browse the repository at this point in the history
  • Loading branch information
teuben committed Aug 23, 2023
1 parent 573d03c commit 4ad24fd
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,7 @@ URL4 = https://github.com/teuben/tkrun
URL5a = https://github.com/teuben/agui
URL5b = https://github.com/anhhcao/agui
URL5c = https://github.com/KylieGong/agui
URL6 = https://github.com/teuben/pyThena

# the ATHENA executable (from athena or athenak)
# ATHENA = athena/bin/athena
Expand Down Expand Up @@ -225,3 +226,10 @@ agui_a:

agui_k:
git clone $(URL5c) agui_k

# testing a pyThena from scratch:

pythena:
rm -rf pyThena
git clone $(URL6)
(cd pyThena; make build_athenak; make run1; make test1)

0 comments on commit 4ad24fd

Please sign in to comment.