Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Test with Julienne #169

Open
wants to merge 14 commits into
base: main
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
7 changes: 0 additions & 7 deletions example/support-test/README.md

This file was deleted.

4 changes: 2 additions & 2 deletions manifest/fpm.toml.template
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ maintainer = "[email protected]"
copyright = "2021-2024 UC Regents"

[dev-dependencies]
veggies = {git = "https://gitlab.com/everythingfunctional/veggies", tag = "v1.1.3"}
iso_varying_string = {git = "https://gitlab.com/everythingfunctional/iso_varying_string.git", tag = "v3.0.4"}
julienne = {git = "https://github.com/berkeleylab/julienne.git", tag = "1.5.3"}
assert = {git = "https://github.com/berkeleylab/assert.git", tag = "2.0.0"}

[build]
37 changes: 37 additions & 0 deletions test-termination/README.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,37 @@
Test Termination
----------------
The code in this subdirectory intentionally terminate to test the following
procedures and interface from prif.F90:
- `prif_error_stop`
- `prif_register_stop_callback`
- `prif_stop_callback_interface`
- `prif_stop`

Usage
-----
To build or rebuild and run the tests in this subdirectory, execute the following
commands:
```
fpm clean --all
cd ..
./install.sh
cd -
mkdir build
cp ../build/run-fpm.sh build
../build/run-fpm.sh test
```
which should yield trailing output similar to the following:
```
ERROR STOP 'USER_PROVIDED_STRING'
callback invoked
STOP
STOP 'USER_PROVIDED_STRING'
STOP 99
STOP
<ERROR> Execution for object " error_stop_with_character_code " returned exit code 1
<ERROR> Execution for object " error_stop_with_integer_code " returned exit code 100
<ERROR> Execution for object " error_stop_with_no_code " returned exit code 1
<ERROR> Execution for object " stop_with_integer_code " returned exit code 99
<ERROR> *cmd_run*:stopping due to failed executions
STOP 1
```
42 changes: 0 additions & 42 deletions test/a00_caffeinate_test.f90

This file was deleted.

78 changes: 0 additions & 78 deletions test/caf_allocate_test.f90

This file was deleted.

68 changes: 0 additions & 68 deletions test/caf_co_broadcast_test.f90

This file was deleted.

145 changes: 0 additions & 145 deletions test/caf_co_max_test.f90

This file was deleted.

Loading