Skip to content

Commit

Permalink
WIP add nextpnr pkg tests
Browse files Browse the repository at this point in the history
  • Loading branch information
se-bi committed Jan 15, 2021
1 parent 2173fb8 commit 1a77231
Show file tree
Hide file tree
Showing 3 changed files with 91 additions and 0 deletions.
29 changes: 29 additions & 0 deletions test/nextpnr-all.pkg.sh
Original file line number Diff line number Diff line change
@@ -0,0 +1,29 @@
#!/bin/sh

# Authors:
# Sebastian Birke
#
# Copyright 2020-2021 Unai Martinez-Corral <[email protected]>
# Copyright 2020-2021 Sebastian Birke <[email protected]>
#
# Licensed under the Apache License, Version 2.0 (the "License");
# you may not use this file except in compliance with the License.
# You may obtain a copy of the License at
#
# http://www.apache.org/licenses/LICENSE-2.0
#
# Unless required by applicable law or agreed to in writing, software
# distributed under the License is distributed on an "AS IS" BASIS,
# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
# See the License for the specific language governing permissions and
# limitations under the License.
#
# SPDX-License-Identifier: Apache-2.0

set -e

cd $(dirname "$0")

./tree.pkg.sh

./todo.sh
31 changes: 31 additions & 0 deletions test/nextpnr-ecp5.pkg.sh
Original file line number Diff line number Diff line change
@@ -0,0 +1,31 @@
#!/bin/sh

# Authors:
# Sebastian Birke
#
# Copyright 2020-2021 Unai Martinez-Corral <[email protected]>
# Copyright 2020-2021 Sebastian Birke <[email protected]>
#
# Licensed under the Apache License, Version 2.0 (the "License");
# you may not use this file except in compliance with the License.
# You may obtain a copy of the License at
#
# http://www.apache.org/licenses/LICENSE-2.0
#
# Unless required by applicable law or agreed to in writing, software
# distributed under the License is distributed on an "AS IS" BASIS,
# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
# See the License for the specific language governing permissions and
# limitations under the License.
#
# SPDX-License-Identifier: Apache-2.0

set -e

cd $(dirname "$0")

./tree.pkg.sh

file /usr/local/bin/nextpnr-ecp5

./todo.sh
31 changes: 31 additions & 0 deletions test/nextpnr-ice40.pkg.sh
Original file line number Diff line number Diff line change
@@ -0,0 +1,31 @@
#!/bin/sh

# Authors:
# Sebastian Birke
#
# Copyright 2020-2021 Unai Martinez-Corral <[email protected]>
# Copyright 2020-2021 Sebastian Birke <[email protected]>
#
# Licensed under the Apache License, Version 2.0 (the "License");
# you may not use this file except in compliance with the License.
# You may obtain a copy of the License at
#
# http://www.apache.org/licenses/LICENSE-2.0
#
# Unless required by applicable law or agreed to in writing, software
# distributed under the License is distributed on an "AS IS" BASIS,
# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
# See the License for the specific language governing permissions and
# limitations under the License.
#
# SPDX-License-Identifier: Apache-2.0

set -e

cd $(dirname "$0")

./tree.pkg.sh

file /usr/local/bin/nextpnr-ice40

./todo.sh

0 comments on commit 1a77231

Please sign in to comment.