Skip to content

Commit

Permalink
Adds File System APIs and unit tests (#50)
Browse files Browse the repository at this point in the history
  • Loading branch information
delldubey committed Aug 10, 2023
1 parent 4d5eb14 commit 5fb6970
Show file tree
Hide file tree
Showing 16 changed files with 1,962 additions and 115 deletions.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ TEST_PATHS=unittest
debug_port=55555

# These lists contain applicable files
srcfiles= authenticate.go interface.go replication.go system.go sloprovisioning.go VolumeSnapshot.go VolumeReplication.go metrics.go ArrayMigration.go
srcfiles= authenticate.go interface.go replication.go system.go sloprovisioning.go volume_snapshot.go volume_replication.go metrics.go migration.go file.go
integrationfiles= inttest/pmax_integration_test.go inttest/pmax_replication_integration_test.go
unitfiles= unit_test.go unit_steps_test.go

Expand Down
Loading

0 comments on commit 5fb6970

Please sign in to comment.